Skip to main content

EntityValue

EntityValue[entity,property] gives the value of the specified property for the given entity.

EntityValue[{entity1,entity2,…},property] gives the list of values of the specified property for each of the entityi.

EntityValue[class,property] gives the list of values of the specified property for all entities in the specified class.

EntityValue[entity,{property1,property2,…}] gives the list of values of the propertyi for the specified entity.

EntityValue[ents,{property1,property2,…}] gives the list of values of the propertyi for each of the entities represented by ents.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.